home *** CD-ROM | disk | FTP | other *** search
- /////////////////////////////////////////////////////////////////////////////
- // README.DEVLPR for 0.98
-
-
- To successfully build XContact 0.98 you need the following subsystems
- installed on your IRIX 5.2 machine:
-
- ------------------------------------------------------------------------------
-
- To compile and link src:
- ViewKit_dev ViewKit Development Environment, Version 1.0
- c++_dev C++, 3.2.1
- il_dev ImageVision Library, 2.3
- impr_dev Impressario 1.2 Developer's Kit
- motif_dev IRIX IM Development Software, 1.2.3 (based
- on OSF/Motif 1.2.3)
- sgihelp_dev.sw.dev SGIHelp Developer Tools 1.0.1
-
- To create catman:
- dwb Documenter's WorkBench, 4.1.2
-
- To create onlineHelp:
- sgihelp_dev SGIHelp Developer Tools 1.0.1
-
- (or the later versions of the software)
-
- ------------------------------------------------------------------------------
-
- Method 1:
-
- After you make sure that all of the above development subsystems are installed
- on your system, you can type 'make' at the top level. Which will traverse
- the relevant subdirectories to build the software. To install the software
- using the Makefile rule, type 'make install' at the top level.
-
- Note: The online help cards cannot be installed by simply typing make install.
- You must use BUILD.XCONTACT script to install the online help cards.
-
-
- Method 2:
-
- If you have SGI dist image generation tool (/usr/sbin/gendist), then you can
- use the script BUILD.XCONTACT to build the distribution image in dist/.
- You can then install the image using inst (inst -f dist).
-
-
- If you don't have all of the above development subsystems, you may be able to
- build part of the software by going into the src/ directory directly.
-
-